minor doc edit
authorJonathan Blandford <jrb@src.gnome.org>
Fri, 30 Dec 2005 06:02:04 +0000 (06:02 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Fri, 30 Dec 2005 06:02:04 +0000 (06:02 +0000)
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c

index c0876f176651554efce652e2e11694f84b45fc50..7132110f9e866834a90c99c06622c27ee1461fc7 100644 (file)
@@ -1,3 +1,7 @@
+Fri Dec 30 00:59:21 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_format_get_license): minor doc edit.
+
 2005-12-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf-io.c (_gdk_pixbuf_load_module_unlocked): Use
index 238fb0ff6c26b9dee04f7c5a87297337ac36368a..e8a70288eec8056b93b165f32e0cf7db9ea40c49 100644 (file)
@@ -2201,10 +2201,10 @@ gdk_pixbuf_format_set_disabled (GdkPixbufFormat *format,
  * gdk_pixbuf_format_get_license:
  * @format: a #GdkPixbufFormat
  *
- * Returns information about the license of the image loader
- * for the format. The returned string should be a shorthand for 
- * a wellknown license, e.g. "LGPL", "GPL", "QPL", "GPL/QPL",
- * or "other" to indicate some other license.  
+ * Returns information about the license of the image loader for the format. The
+ * returned string should be a shorthand for a wellknown license, e.g. "LGPL",
+ * "GPL", "QPL", "GPL/QPL", or "other" to indicate some other license.  This
+ * string should be freed with g_free() when it's no longer needed.
  *
  * Returns: a string describing the license of @format. 
  *